home *** CD-ROM | disk | FTP | other *** search
/ Practical Web Pages 2001 April / Practical.bin / pc / practical1 / 00013_button highlight.ls < prev    next >
Encoding:
Text File  |  2001-01-01  |  235 b   |  10 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member 5 of castLib "Internal"
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member 4 of castLib "Internal"
  8.   cursor(-1)
  9. end
  10.